バージョン

DragDropIndicatorManager コンストラクタ(Point,UIElement[],Orientation,Control)

新しい DragDropIndicatorManager を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal offset As Point, _
   ByVal elements() As UIElement, _
   ByVal indicatorOrientation As Orientation, _
   ByVal dropSource As Control _
)
public DragDropIndicatorManager( 
   Point offset,
   UIElement[] elements,
   Orientation indicatorOrientation,
   Control dropSource
)

パラメータ

offset
ドラッグインジケーターが表示されるときの、マウス位置からのオフセット量。
elements
ドラッグインジケーターで描画される要素の配列
indicatorOrientation
ドロップ インジケーターの向き。
dropSource
ドラッグ操作が終了するルートコントロール。
参照